FIFO queue
英
美
网络 先进先出队列; 队列中; fifo队列
双语例句
- It is based on the basic idea of shift register. Each priority FIFO queue is organized as a linked list. It solves the HOL ( Head of Line) problem efficiently by setting the high-speed local bus.
PFQ借鉴了移位寄存器的基本思想,按链表形式组织每个FIFO队列,通过设置高速局部总线,有效解决了头信元阻塞问题。 - If all tokens of all endpoints in the group are assigned, the mediation flow request is stored in a FIFO queue until a token becomes free.
如果一个组中的所有端点的所有令牌都已分配出去,那么仲裁流请求将储存在一个FIFO队列中,直至有令牌转变成未占用状态。 - Logically, you can view the system as managing a single FIFO queue, termed a run-queue, for each of the40 priorities.
逻辑上可将系统看作:为(40个中的)每个优先级管理一个FIFO序列,称为运行队列。 - This means that first-in-first-out ( FIFO) processing is not guaranteed, as is common with many message queue implementations.
这意味着先进先出(first-in-first-out,FIFO)处理不得到保证,这在很多消息队列实现中都很常见。 - One is that the rest queue scheduling algorithm takes place of FIFO ( First In First Out) scheduling algorithm on the router, enhancing differential service for different sort data flows.
一类方法是在路由器处将先来先服务(FIFO)调度算法用其他队列调度算法代替,增加对不同类别数据的区分服务; - A Simulation Model for A Stochastic Inventory System of FIFO Storage Queue Management
FIFO存贮队列管理的随机库存系统的仿真模型 - In addition, the FIFO data queue is used as the transmitting buffer, and the semaphores are used as the communication path between the receiving task and the ISR.
同时,采用了FIFO数据队列作为发送数据缓冲,并在接收数据时,采用了信号量方式完成中断服务子程序与接收接口任务间的通信。 - Firstly, FIFO queue is studied in queue management discipline and mathematical expression of buffer capacity is given, then tandem queueing model is studied and performance analysis is given;
在队列管理策略中,首先研究了FIFO排队策略,给出了缓存器容量设计的计算公式,并在此基础上对串联排队模型进行性能分析; - Basically, a queue is a first-in, first-out ( FIFO) data structure.
基本上,一个队列就是一个先入先出(FIFO)的数据结构。 - The BlockingQueue interface states that it is a Queue, meaning that its items are stored in first in, first out ( FIFO) order.
BlockingQueue接口表示它是一个Queue,意思是它的项以先入先出(FIFO)顺序存储。